constant declarations meaning in English
常量宣告
常数宣告
Examples
- Describes prohibited edits of constants declarations
描述禁止对常数声明进行的编辑。 - Modifier is not allowed in a constant declaration
不允许在常数声明中使用 - The constant declaration can declare multiple constants , such as
常数声明可以声明多个常数,例如: - The type of a constant declaration specifies the type of the members introduced by the declaration
常数声明的类型指定声明引入的成员类型。 - Since jscript processes variable and constant declarations before executing any code , it does not matter whether the declaration is inside a conditional block or some other construct
由于jscript会在执行任何代码之前处理变量和常数声明,因此是在条件块中声明还是在某一其他构造中声明并不重要。